﻿/* Use this CSS-file to override any styles set by system-default Solopress | WPN- Login*/

/*WPN Purple #645faa*/



@font-face {
    font-family: 'DIN-Regular';
    src: url('DIN-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN-Condensed';
    src: url('DIN Condensed Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body {
	font-weight: 300;background-image: url(frontimg/site-background.jpeg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	font-style: normal;
	/* align-content: center; */
	background: #fff;
	padding-top: 53px;color: #000;}

.navbar .navbar-nav {
    margin-right: 0;
}

.navbar {
	/* background: #eaeaea; */
	border: transparent;
	border-top: 0px solid #00b2e2;
	border-bottom: 1px solid #f7f7f7;
	/* box-shadow: 0 8px 6px 2px rgba(0, 0, 0, 0.2); */
	height: 106px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: none;
    height: 60px !important;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
	visibility: hidden;
}
.nav>li {
    position: relative;
	text-align: center;
/*    display: none;*/
}


/*Logo*/
.navbar-brand .logo {
    height: 65px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 480px) {
    .navbar-brand .logo {
		height: 40px;
    	margin-top: 42px;
    	margin-left: 8px;
    }
}

/*Centrer logo*/
.navbar-brand {
	width: 100% !important;
	margin-left: 0px !important;
}
.navbar-header {
	margin: 0 auto;
	float: none !important; 
}

/*Selvregistrering*/
#ctl00_TB_RegLastname {
    width: 119px;
	display: none;
}
#ctl00_TB_RegFirstname {
    width: 268px;
}


/*Loginbox*/
.form-control {
	font-family: 'Roboto_';
	/* font-weight: 300; */
	/* font-style: normal; */
	text-align: left;
	display: flex;
	width: 50%;
	height: 34px;
	padding: 10px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #b3b3b3;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	justify-content: center;
	align-items: baseline;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    margin-bottom: 0px;
    margin-top: 62px;
}

@media only screen and (max-width: 480px) {
    .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    margin-bottom: 0px;
    margin-top: -22px;
    }
}

.login-page .panel-login {
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f7f7f7; /* maintain your grey */
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    border-radius: 6px;
}



.login-page .panel-login {
    border: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.0);
	background-color: #fff;
    /*background-color: rgba(255,255,255,0.8);*/
}

.panel-login .nav { /*Top af loginbox*/
    background: #fff;
    border-radius: 0px 0px 0 0;
    overflow: hidden;
    /* border-bottom: 1px solid #eee; */
}
	.panel-login .nav > li:last-child > a {
		font-family: 'DIN-condensed';
		font-weight: bold;
		font-style: normal;
		border-left: 0px solid #eee !important;
		border-right: 0px solid #eee !important;
		border-top: 0px solid #eee !important;
		border-bottom: 0px solid #eee !important;
		border-radius: 0px !important;
		background-color: #f7f7f7;
		color: #000;
		text-transform: capitalize;
		padding-left: 00px;
		font-size: 50px;
	}

.panel-body {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 0px !important;
    border: 0px solid #645faa;
    display: flex;
    flex-direction: column;
    align-items: center;     /* Aligns items horizontally */
    justify-content: center; /* Optional: vertical spacing */
    text-align: center;      /* Aligns text content centrally */
}

.form-control {
    width: 260px !important; /* Or any fixed width you want */
    margin-bottom: 12px;
}

.btn-primary {
    width: 260px !important;
    margin-top: 12px;
}

.panel-login .checkbox {
	float: none;
	margin: 7px 0;
}

.checkbox div label {
	padding-left: 0;
	padding-top: 0;
}



.panel-body::before {
	font-family: 'DIN-Regular';
	content: "Welcome to the WPN Marketing Portal. Level up your store's presentation of Magic: The Gathering and Dungeons & Dragons with custom, print-on-demand marketing solutions available 24/7.";
	display: block;
	white-space: pre-wrap;
	margin-bottom: 15px;
	max-width: 260px;
	font-size: 14px; /* Adjust font size as needed */
	color: #000000; /* Set color to make it noticeable */
	text-align: left;
	line-height: 2;
	/* font-style: normal; */
}

hr {
	display: none;
}
#ctl00_pnl_LoginOptions {
    margin-top: 20px;
	font-size: 15px;
	text-align: center;
}

.cblabel {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 10px;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    max-width: 100%;
}


/*Link*/
a {
    color: #a94442;
	text-decoration: none;
}
a:visited {
    color: #645faa;
	text-decoration: none;	
}
a:hover {
    color: #645faa;
	text-decoration: underline;	
}

/*Knap*/
.btn-primary {
	background: #645faa;
	font-family: 'DIN-Regular';
	border: 2px solid #645faa;
	font-size: 14px;
	padding-top: 20px;
	border-radius: 60px !important;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: px;
	/* width: 269px; */
	/* align-content: center; */
	text-anchor: start;
}

.btn-primary:visited {
    background: #645faa;
	font-family: 'DIN-Regular';
	text-transform: uppercase;
	border: 2px solid #ffffff;
	font-size: 14px;
	border-radius: 0px !important;
	letter-spacing: 0px;
	width: 269px;
}
  
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
    background: #ffffff;
	font-family: 'DIN-Regular';
	text-transform: uppercase;
    font-size: 14px;
    border: 2px solid #645faa;
    border-radius: 60px !important;
    color: #f7f7f7;
    letter-spacing: 0px;
    width: 269px;
}

.btn-success {
    background: #ec6606;
	font-size: 12px;
	border: 0px solid #ec6606;
	border-radius: 0px !important;
	color: #fff;
	text-transform: capitalize;
	letter-spacing: 1px;
}

.btn-success:visited {
    background: #ec6606;
	font-size: 12px;
	border: 0px solid #ec6606;
	border-radius: 0px !important;
	color: #fff;
	text-transform: capitalize;
	letter-spacing: 1px;
}
  
.btn-success:hover,
.btn-success:focus,
.btn-success.active {
    background: #ec6606;
	font-size: 12px;
	border: 0px solid #ec6606;
	border-radius: 0px !important;
	color: #9cd0f3;
	text-transform: capitalize;
	letter-spacing: 1px;
}

.btn-feedback {
	background: #ec6606;
    border-color: #ec6606;
	color: #fff !important;
	visibility: hidden;
}
  
.btn-feedback:hover,
.btn-feedback:focus,
.btn-feedback.active {
	background: #203789;
    border-color: #203789;
	color: #fff;
}
.btn-link {
    color: #ec6606;
    text-decoration: none !important;
}

/*Login Modal*/
.navbar .navbar-nav > li > a {
    font-size: 16px;
    color: #fff;
    transition: all 0.3s ease;
}
.navbar .navbar-nav > li > a:visited {
    font-size: 16px;
    color: #fff;
    transition: all 0.3s ease;
}
.navbar .navbar-nav > li > a:hover {
    font-size: 16px;
    color: #fff;
    transition: all 0.3s ease;
}


.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:focus > .open > a:hover {
    color: white !important;
    background: transparent !important;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #645FAA;
    outline: 0;
}

		.dropdown-menu > li > a {
			color: #000000;
			font-weight: bold;
			text-align: left;
			padding: 10px 15px !important;
		}

/*Spinner*/
.spinner {
position: fixed;
top: 50%;
left: 50%;
margin-left: -75px;
margin-top: -75px;
text-align: center;
z-index: 1234;
overflow: auto;
width: 200px;
height: 200px;
background-color: transparent;
border: 0px;
box-shadow:0px 0px 0px transparent;
}
#spinner3 {
position: fixed;
top: 50%;
left: 50%;
margin-left: -75px;
margin-top: -75px;
text-align: center;
z-index: 1234;
overflow: auto;
width: 200px;
height: 200px;
background-color: transparent;
border: 0px;
box-shadow:0px 0px 0px transparent;	
}


/*Cookie*/
.cc-color-override-530831885.cc-window {
    color: #fff;
    background-color: #ec6606 !important;
    box-shadow: 0 0 0.25rem #050505;
	padding: 0;
}

.cc-banner .cc-message {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    font-size: 1.2rem;
    text-align: center;
}

.cc-color-override-530831885 .cc-btn {
    color: rgb(255, 255, 255);
    border-color: transparent;
    background-color: #ec6606 !important;
}


/*Footer*/
.footer {
    font-size: 13px;
	color: #6a8aa5;
    padding: 0;
	padding-top: 19px;
    background-color: transparent;
	border-top: 0px dotted #333;
	text-align: -webkit-center;
}

.footer a {
    color: rgba(0, 159, 227, 1);
	text-decoration: none;
}
.footer a:visited {
    color: rgba(0, 159, 227, 1);
	text-decoration: none;	
}
.footer a:hover {
    color: rgba(0, 159, 227, 1);
	text-decoration: none;	
}

.footer-contact a {
    margin-right: 0px;
}

.footer-links a {
    margin-right: 7px;
} 
